home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / 3563.ZIP / MCD200.ZIP / MCD-2.EXE / POINT.C < prev    next >
C/C++ Source or Header  |  1992-03-26  |  771b  |  18 lines

  1. /* ============================================================
  2.    Mouse Cursor file POINT.C for TCXL version 6.0 and above
  3.        Created by MCD - Mouse Cursor Designer, version 2.00
  4.          MCD is Copyright (C) 1989-92 by Rimrock Software
  5.                        All rights reserved.
  6.        TCXL is Copyright 1987-92 by Innovative Data Concepts
  7.                        All rights reserved.
  8.    ============================================================ */
  9. #include <TCXLmou.h>
  10.  
  11. MouPtrT cursorPOINT = {
  12.    0, 0,
  13.   {0x9fff,0xfff,0x87ff,0xc3ff,0xe1f9,0xf0f0,0xf061,0xe021,
  14.    0xc001,0xc001,0x8001,0x8000,0xc000,0xe000,0xf001,0xfc03,
  15.    0x6000,0x9000,0x4800,0x2400,0x1206,0x909,0xc92,0x1252,
  16.    0x2922,0x2482,0x5242,0x4901,0x2401,0x1001,0xc02,0x3fc}
  17.    };
  18.